All Questions
Tagged with sdkobjective-c
502 questions
0votes
0answers
27views
I cannot access the access token in SessionManager on Spotift IOS SDK
Even though everything is perfect and set up correctly, the accessToken is not returning. I'm running my project in xCode on WmWare I'm testing it on a real device, I'm connected to the PC via cable....
0votes
0answers
60views
iOS Keychain data for SDKs
We have a SDK in which we use keychain to store some data. The customers who integrate our SDK in their app are able to delete our data by using SecItemDelete on kSecClass. Is their any way we can ...
0votes
0answers
128views
Why does iOS 11 SDK written in objc unable to build on iOS14 swift project , but iOS13 does?
I was trying to change the minimum deployment from iOS 13 to iOS 14 of my app, however Xcode throws these error: ld: unaligned pointer(s) for architecture arm64 clang: error: linker command failed ...
1vote
0answers
77views
pod lib lint error for objective C library
I am developing new version for Mapp Intelligence library (https://github.com/mapp-digital/MappIntelligence-iOS-v5) and I had to rename few classes at the latest version to avoid collision with some ...
2votes
0answers
84views
How to create framework file from existing sdk codes by xcode
I am completely new to ios , mac and xcode. Basically I am a xamarin developer which is based on .net,at the moment our client have a requirement to use an existing sdk in their xamarin ios project. ...
0votes
0answers
116views
Objective C SDK in Swift
I consider myself to be a beginner with coding but have slowly been developing an app with Xcode (in swift) and have been trying for the past week to implement survey monkeys SDK, however, the only ...
1vote
0answers
4kviews
No visible @interface for 'AppDelegate' declares
I am using react native and iOS hybrid development environment and I initialized a few Umeng sdk in my didFinishLaunchingWithOptions method, which is using launchOptions as a parameter. Below is what ...
1vote
1answer
1kviews
AppsFlyer SDK iOS integration error Code=3840 "No value."
I've integrated the AppsFlyer SDK but continuously getting the following error: It calls the following delegate func -(void)onConversionDataFail:(NSError *) error { NSLog(@"%@",error); } ...
1vote
0answers
273views
Not loading images from one framework when having two frameworks containing same images as resources in iOS
This is something I stumbled across and it is really a mystery to me for some time now. I have two frameworks; let's call them FrameworkA and FrameworkB. I have built them, and created two formats for ...
0votes
0answers
241views
How to check if an app is using swift - IOS objc
I have an SDK that is written completely in ObjC. Is there a way to know if the SDK (that integrated into their app) is running on an app that uses Swift?
0votes
0answers
465views
Building a iOS SDK best practices / best architecture from scratch? Using existing project to import features to wrap into a SDK
I am currently looking to create an iOS SDK with an existing project. For context, the project is written in Objective C and I'm looking to port some features into an SDK. I'm currently going through ...
-1votes
2answers
327views
How to listen to the remote controller sticks values updates using DJI SDK?
I need help in triggering an action when a change in the sticks of the remote controller of the drone is held. Actually, I want to stop the timeline mission of the drone automatically when a user ...
0votes
0answers
103views
Cordova plugin objective C, FMDatabase tableExists argument runs with error
I have an objective C SDK for push notifications and I am trying to build a framework of that sdk which can be added to a cordova app as a plug in. At some point the sdk creates a database and ...
6votes
1answer
2kviews
Facebook SDK Error on Installing Cocoapods Objective-C
After installing Facebook SDK via Cocoapods in my Objective-C app, hundreds of errors were appearing. Things like this: Undefined symbol: protocol descriptor for Foundation._ErrorCodeProtocol ...
2votes
2answers
751views
Cannot convert value of type '(Void) -> ()' to expected argument type '() -> Void'
I am trying to implement the TradeIt ios SDK and I am not able to compile due to issues in the sdk. let promises = self.getAllDisplayableLinkedBrokers().map { linkedBroker in return ...